home *** CD-ROM | disk | FTP | other *** search
- {
- IBClasses = (
- {CLASS = AudioDeviceChannelView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
- {
- ACTIONS = {
- iaDataSourceChanged = id;
- iaSampleRateChanged = id;
- iaStreamFormatChanged = id;
- iaStreamSelectionChanged = id;
- };
- CLASS = AudioDeviceController;
- LANGUAGE = ObjC;
- OUTLETS = {
- uiChannelViewContainer = NSScrollView;
- uiDataSourcePopUp = NSPopUpButton;
- uiEnabledView = NSView;
- uiSampleRateComboBox = NSComboBox;
- uiStreamFormatPopUp = NSPopUpButton;
- uiStreamPopUp = NSPopUpButton;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {
- iaClockSourceChanged = id;
- iaOpenCustomConfigApp = id;
- iaSetAudioDevice = id;
- iaSetDefaultInput = id;
- iaSetDefaultOutput = id;
- iaSetSystemOutput = id;
- };
- CLASS = AudioPanelController;
- LANGUAGE = ObjC;
- OUTLETS = {
- uiAudioDevicePopUp = NSPopUpButton;
- uiClockSourcePopUp = NSPopUpButton;
- uiCustomConfigButton = NSButton;
- uiDefaultInputPopUp = NSPopUpButton;
- uiDefaultOutputPopUp = NSPopUpButton;
- uiInputAudioDeviceController = InputAudioDeviceController;
- uiOutputAudioDeviceController = OutputAudioDeviceController;
- uiSystemOutputPopUp = NSPopUpButton;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {
- CLASS = InputAudioDeviceChannelView;
- LANGUAGE = ObjC;
- SUPERCLASS = AudioDeviceChannelView;
- },
- {
- CLASS = InputAudioDeviceController;
- LANGUAGE = ObjC;
- SUPERCLASS = AudioDeviceController;
- },
- {
- CLASS = OutputAudioDeviceChannelView;
- LANGUAGE = ObjC;
- SUPERCLASS = AudioDeviceChannelView;
- },
- {
- ACTIONS = {
- iaApplySpeakerConfiguration = id;
- iaCancelSpeakerConfiguration = id;
- iaConfigureSpeakersPressed = id;
- };
- CLASS = OutputAudioDeviceController;
- LANGUAGE = ObjC;
- OUTLETS = {
- uiConfigureSpeakersButton = NSButton;
- uiSpeakerConfigurationController = SpeakerConfigurationController;
- uiSpeakerConfigurationWindow = NSWindow;
- };
- SUPERCLASS = AudioDeviceController;
- },
- {
- CLASS = PanelLoader;
- LANGUAGE = Java;
- OUTLETS = {uiDelegate = id; uiPanelView = NSView; };
- SUPERCLASS = NSWindowController;
- },
- {
- ACTIONS = {iaOutputFormatSelected = id; iaSurroundFormatChanged = id; };
- CLASS = SpeakerConfigurationController;
- LANGUAGE = ObjC;
- OUTLETS = {
- uiConfigWindow = NSWindow;
- uiConfigurationView = SpeakerConfigurationView;
- uiDeviceNameString = NSTextField;
- uiOutputFormatMatrix = NSMatrix;
- uiStreamConfigContainer = NSView;
- uiStreamMatrixContainer = NSScrollView;
- uiSurroundFormatPopUp = NSPopUpButton;
- uiSurroundTypeTitle = NSTextField;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = SpeakerConfigurationView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
- );
- IBVersion = 1;
- }